home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pegamail / pmfxuucp / fx < prev    next >
Text File  |  1995-04-13  |  8KB  |  180 lines

  1. Note: rfilter.exe  and rfilter.bas has been replaced by
  2.       rfilterc.exe and rfilterc.cpp and fixwom.bat.
  3.       Changes have also been made to the fx.bat file to 
  4.        use the rfilterc in place of the rfilter.
  5.  
  6. My Pegasus Mail to UUCP System
  7.     System uses FXUUCICO     ($25 Shareware Personnel Use)
  8.                 ($60 Shareware Commercial Use)
  9.     Complete Package at: ftp://tau-ceti.isc-br.com/pub/fx
  10.             order.frm file for info
  11.     Optionally uses ATSEND  ($10 Shareware)
  12.     All other things are Freeware.
  13.         David Harris's PMAIL, WinPMAIL, HOME, and SETHOME
  14.         Other Programs are Mine and are Freeware.
  15.     Note: My Filter program is based on the Freeware program
  16.           included with the UDG Package, and is so noted in 
  17.           the source.
  18. If any questions or comments, Please contact me at:
  19.     MICHAEL@GCCCC.GUAM.NET
  20.  
  21.  
  22. Abstract of working.        
  23.     Using a UUCP Gateway created by PCONFIG
  24.     Pegasus Mail creates a file with the .WOM extension
  25.     Pegasus calls the Filter program from F:\FX
  26.     It creates the .cmd .xqt .dat files for UUCICO
  27.     It renames the .WOM file to .WWM
  28.  
  29.     FX Batch file Run to contact UUCP Host
  30.     Checks if any mail not processed by Filter program.
  31.     (Low Memmory on Machine or Large Folder)
  32.     If any WOM files, they are processed by rfilter
  33.     use FXUUCICO to connect with host
  34.     Send any mail
  35.     Recieve any mail
  36.     run mailfix program
  37.         reads .X files to get address
  38.         creates a batch file with info
  39.     run the batch file created by mailfix
  40.     output calls the movemail batch file (Needs the HOME program)
  41.     Mail is moved the address home mail box, if it exist.
  42.     If bad address, mail moved to the Postmaster address
  43.         as defined in host.dat
  44.  
  45. Files In Pegasus Mail to UUCP System using FXUUCICO
  46.  
  47. F:
  48. MD FX
  49. CD FX
  50. PKUNZIP -D FX    
  51. Note:     $ - Program is Shareware
  52.     E - File needs to be editted
  53.  
  54. $ 40,281   f:\fx\uucico.exe        fxuucio (Shareware $)
  55.    2,513   f:\fx\order.frm              registration info
  56. $ 16,474   f:\fx\atsend.zip             set modem program zip ($)
  57.    8,824   f:\fx\debug2.exe        program to create summary log
  58. E  6,110   f:\fx\fxuucp.cfg        config file for fxuucico (EDIT)
  59.    8,215   f:\fx\mailfixf.exe        process incoming mail
  60.   17,610   f:\fx\filter.exe        gateway program for Pegasus
  61.      545   f:\fx\filter.pif        Windows .pif file
  62.     
  63.     Recommend Moving to the Public Directory
  64.    9,503   f:\fx\sethome.exe            David Harris's SetHome Program
  65.    6,766   f:\fx\home.exe        David Harris's Home Program
  66.  
  67. E     67   f:\fx\uucp\scripts        script for uucico
  68. E    155   f:\fx\uucp\systems        systems file
  69. E    108   f:\fx\uucp\dialers        dialers file
  70.        3   f:\fx\uucp\sequence        ?????
  71.      690   f:\fx\uucp\permits        ?????
  72.  
  73.     Batch File to Send/Recieve Mail from Host
  74.     Copy it to a directory for the person or program to run
  75.     I located it in my private directory.
  76. E  1,171   f:\fx\source\fx.bat        Batch file to call host
  77.  
  78. Source Code for Programs
  79.   11,630   f:\fx\source\mailfixf.cpp    source code
  80.    1,799   f:\fx\source\debug2.bas    source code
  81.   11,015   f:\fx\source\filterze.cpp    source code
  82.            f:\fx\source\rfilterc.cpp    source code (added)
  83.       58   f:\fx\spool\status\kuentos    my host
  84.  
  85.     The f:\fx\spool\kuentos directory needs to be renamed
  86.         to f:\fx\spool\yourhost
  87.  
  88.    7,464   f:\fx\spool\kuentos\rfilter.exe    process mail that filter failed on
  89.            f:\fx\spool\kuentos\rfilterc.exe     C program to Replace Basic rfilter
  90. E    528   f:\fx\spool\kuentos\movemail.bat    move mail to users mail directory
  91.      565   f:\fx\spool\kuentos\rfilter.bas    source for rfilter
  92.      364   f:\fx\spool\kuentos\fxclean.bat    batch file that does clean up
  93. E    138   f:\fx\spool\kuentos\host.dat        configuration file
  94. E          f:\fx\spool\kuentos\fixwom.bat       Batch file to process mail
  95.                                                 that was not filtered.
  96.            f:\fx\zip                            directory that stores copies
  97.                                                 of mail. Batch file can be 
  98.                                                 modified to just delete after
  99.                                                 processing.
  100.            
  101. First, Use PCONFIG to Configure Gateway
  102. pconfig stuff should look something like this:
  103. Change outgoing mail path to your host
  104. Change Reply to Address to your host
  105.  
  106.                      Pegasus Mail/DOS Configuration v3.11                  
  107.               Gateway name : [WAFFLE          ]                      
  108.             *New mail path :  f:\mail\~b                             
  109.     Is ^ a program to run? :  N                                   
  110.      *New mail search mask :  *.CNM                                  
  111.        *Outgoing mail path :  f:\fx\spool\kuentos                    
  112.     *Run for outgoing mail :  f:\fx\filter ~n ~c ~t                  
  113.           *Filename format :  ~d~d.wom                               
  114.    Run to validate address :                                         
  115.      *Reply address format :  ~n@GCCcc.Guam.Net (~p)                 
  116.    Accepts SMTP addresses? :  Y                                      
  117.    Simple message headers? :  No formatting                          
  118.      UUEncode attachments? :  Y                                      
  119.            Burst messages? :  Y                                      
  120.        Strip gateway name? :  Y                                      
  121.    Force all mail through? :  N                                      
  122. The Filter Program requires exactly 3 pieces of information. 
  123. ~n is the name of the users sending the message
  124. ~c is the full path and name of the container file
  125. ~t is the "TO" address
  126.  
  127. Edit the fxuucp.cfg file
  128.     Change device to yours     (Currently set to 2)
  129.     Change your uucpname    (Currently gcccc)
  130.     Change fx.debugDir    (Currently D: (RAM DRIVE))
  131.  
  132. Change three files in uucp directory. 
  133.     Need Info from your provider. Shouldn't be to difficult
  134.  
  135. Edit FX.Bat and move to a directory to run
  136.     Change References to Kuentos to your provider
  137.     Change the Options on ATSEND to match with your modem
  138.     The ATSEND is Optional I just makes sure the modem
  139.         is setup properly for best transmission with UUCICO.
  140.     I place this file in my Home Directory.
  141.     Use Mr. David Harris' SETHOME program to create a home
  142.         directory.
  143.  
  144. Edit Movemail.bat
  145.     Movemail does not need any original editing.
  146.     During Testing, It has two lines to send copies
  147.     of all mail to PostMaster. After Testing, these
  148.     lines should be deleted. It also has a line for
  149.     forwarding mail. If a users has a file called forward
  150.     in the directory, I execute there filters. I am the
  151.     only member of BECOME on my system. They have a forward
  152.     command in there filters to move the mail to their 
  153.     primary server.
  154.  
  155. Edit Host.dat
  156.     This contains your machines Info.
  157.     Just edit it and place your information
  158.     in place of the examples.
  159.  
  160. Edit FIXWOM.BAT
  161.     Change Kuentos to your host
  162.  
  163. An Additional Note:
  164.     I create the group GW_USER as listed in the Pegasus Guide.
  165.     Grant the Read and Filescan Rights to the F:\FX directory
  166.     and Read Write Create Filescan etc to the F:\FX\SPOOL\yourhost.
  167.     Just add the users that should have access to the gateway
  168.     to this group. They will then have access from PMAIL and
  169.     will have the rights to create the outgoing messages in the
  170.     F:\FX\SPOOL\yourhost.
  171.  
  172. Good Luck. If any Questions or Problems, Please let me know. I am sure
  173. that this document is not 100% perfect. If you run into problems, or 
  174. find something unclear. Let me know so I can fix it.
  175. Michael D. Setzer II
  176. MICHAEL@GCCCC.GUAM.NET
  177. P.O. BOX 23904, GMF
  178. Barrigada, Guam 96921
  179.  
  180.